home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / my_house.swf / scripts / DefineButton2_36 / BUTTONCONDACTION on(press).as
Text File  |  2011-01-13  |  132b  |  7 lines

  1. on(press){
  2.    myname = _name;
  3.    mmname = myname.substr(1,1);
  4.    this.gotoAndPlay(2);
  5.    _root.gotoAndPlay("lav" + mmname);
  6. }
  7.